Welcome![Sign In][Sign Up]
Location:
Search - roulette wheel

Search list

[Special EffectsClockRecDoc

Description: 水表读数识别对于楼宇水费的自动采集,创建智能化小区,提高收费员的工作效率都有着重要的意义。然而由于轮盘的转动,常常出现半个字符的情形,造成此类识别与通常的号码识别不同。本算法枚举出所有半个字符的情况,提取特征,从而匹配识别,达到了较好的效果。-meter readings for the identification of automatic building water collection, create intelligent neighborhood fare increase efficiency of the work is of great significance. However, due to the roulette wheel and a half characters often find the situation caused such identification with the usual number identification. The algorithm except that all the characters in half, feature extraction, matching identification, achieve better results.
Platform: | Size: 1594 | Author: 白云 | Hits:

[Special EffectsClockRecDoc

Description: 水表读数识别对于楼宇水费的自动采集,创建智能化小区,提高收费员的工作效率都有着重要的意义。然而由于轮盘的转动,常常出现半个字符的情形,造成此类识别与通常的号码识别不同。本算法枚举出所有半个字符的情况,提取特征,从而匹配识别,达到了较好的效果。-meter readings for the identification of automatic building water collection, create intelligent neighborhood fare increase efficiency of the work is of great significance. However, due to the roulette wheel and a half characters often find the situation caused such identification with the usual number identification. The algorithm except that all the characters in half, feature extraction, matching identification, achieve better results.
Platform: | Size: 1024 | Author: 白云 | Hits:

[AI-NN-PRSimpleGA

Description: 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。-The procedure for the use of a roulette wheel selection, single-point crossover and basic bit mutation operator, embedded elite reservation strategy for the basic genetic algorithm. The realization of the use of a fixed array, the use of a commonly used test functions.
Platform: | Size: 3072 | Author: 东方志柱 | Hits:

[AI-NN-PRGAforTSP

Description: 遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.-Genetic Algorithm for TSP problem, using roulette wheel selection method, partially matched crossover operator and exchange mutation design.
Platform: | Size: 5120 | Author: 底欣 | Hits:

[matlabRouletteWheelSelectionMethod

Description: 功能:使用旋转轮盘法实现遗传算法的选择操作使用旋转轮盘法实现遗传算法的选择操作-Function: the use of rotating wheel method to achieve genetic algorithm to choose the operation method using the rotating wheel realize the choice of genetic algorithm operation
Platform: | Size: 2048 | Author: | Hits:

[matlabselect

Description: Roulette Wheel Selection
Platform: | Size: 122880 | Author: tekguc | Hits:

[matlabgenetic_algorithm_matlab

Description: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operations, but also the introduction of the inversion operation
Platform: | Size: 6144 | Author: 赵彦 | Hits:

[Other systemsAGA

Description: 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.-Paul used the choice of excellent conditions for the termination of genetic algorithm to determine is: a certain algebra. Could be improved as follows: adjacent to the average number of generations of populations to adapt to the changes to determine the value. Adjacent to several generations if the population average fitness for the change or changes in less than a threshold, that the algorithm has been convergence, then from the algorithm. Selection operator: roulette wheel selection crossover: single-point crossover, randomly selected to calculate the fitness value, if greater than the current best fitness value to reduce the probability of crossover, otherwise remain unchanged mutation operator: the template for advantage of the individual, with the exception of the use of low-probability variation, the variation of the location of the greater weight should be taken, the smaller the mutation probability principle, and that the opposite is true for the inferior individual.
Platform: | Size: 6144 | Author: 棋子 | Hits:

[AI-NN-PRga1

Description: 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Description of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operations, but also the introduction of the inversion operation!
Platform: | Size: 3072 | Author: hexing | Hits:

[AI-NN-PRyichaunsuanfa

Description: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operations, but also the introduction of the inversion operation!
Platform: | Size: 17408 | Author: 张生 | Hits:

[AI-NN-PRAdvancedGeneticAlgorithm

Description: This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algorithm and the code step-by-step.
Platform: | Size: 46080 | Author: anatolia | Hits:

[Othergenetic

Description: This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in terms of fitness values (higher better) results, however, are reported for the loss values of actual interest. This code does not work with constraints on theta values other than those directly associated with thetamax and thetamin. -This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in terms of fitness values (higher better) results, however, are reported for the loss values of actual interest. This code does not work with constraints on theta values other than those directly associated with thetamax and thetamin.
Platform: | Size: 11264 | Author: siva | Hits:

[Windows DevelopGAtest

Description: 轮盘赌遗传算法,用vc++写的,主要用于函数求最优值-Roulette wheel genetic algorithm, using vc++ to write, and is mainly used for seeking the optimal value function
Platform: | Size: 474112 | Author: wenzheng | Hits:

[AI-NN-PRyichuansuanfa

Description: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation!
Platform: | Size: 8192 | Author: 曾建 | Hits:

[matlabRealGA(TwoVaribles)

Description: 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
Platform: | Size: 2048 | Author: 王巍 | Hits:

[JSP/JavaGA_test1_2

Description: Genetic algorithm , It is about cross over , mutation ,, roulette wheel
Platform: | Size: 28672 | Author: Sika | Hits:

[matlabGa

Description: 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作. -Binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation.
Platform: | Size: 3072 | Author: lq | Hits:

[AI-NN-PRSimpleGA_1

Description: 实现简单的进化算法,实数编码,轮盘赌选择方式,单点交叉,均匀变异。-Simple evolutionary algorithms, real coding, roulette wheel selection method, single-point crossover, uniform mutation.
Platform: | Size: 5120 | Author: cxx | Hits:

[OtherRoulette-Weel

Description: Roulette Wheel Code for PIC18F4520 Controller
Platform: | Size: 2048 | Author: Azam | Hits:

[AI-NN-PRRouletteWheelSelection

Description: GA 算法中 一种选中算法selection(Based on Roulette wheel selection input is an array of any real number values)
Platform: | Size: 1024 | Author: 恋雨梦阳 | Hits:
« 12 3 »

CodeBus www.codebus.net